Clone Method (ICloneable<T>)
Creates a new object that is a copy of the current instance.
'Declaration
Function Clone() As
'Usage
Dim instance As ICloneable(Of T)
Dim value As
value = instance.Clone()
Return Value
A new object that is a copy of the current instance.